home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Utilities
/
Converters
/
Convert_RTF
/
Source
/
djbflag.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
357b
|
13 lines
//
// Anything specific to me in this application can be turned on or off
// by setting this flag. It should remain off, obviously, any time app
// is being compiled for someone else.
//
#define ForDavidJohnBurrowesOnly 0
#if ForDavidJohnBurrowesOnly
//
// There should be a warning and not an error!
//
#error "This is being compiled for DJB."
#endif